Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_punct
ctype_punct
Check for printable characters that are not whitespace or alphanumeric characters
Name:
ctype_punct
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check for printable characters that are not whitespace or alphanumeric characters
Related
How to Avoid Common PHP Development Errors Effectively
4
In-depth Guide to PHP Serialization and Deserialization: Key Techniques for Data Storage and Transmission
9
Frequency statistics of news keywords or tag words
2
How to Enhance Application Functionality with PHP Extensions
5
Similar Functions
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_space
ctype_space
Checkspacecharacters
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_print
ctype_print
Checkprintablecharac
ctype_punct
ctype_punct
Checkforprintablecha
ctype_lower
ctype_lower
Checklowercasecharac
ctype_digit
ctype_digit
Checknumericcharacte
Popular Articles